home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200405-02.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  72 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200405-02.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14488);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200405-02");
  17.  script_cve_id("CAN-2004-0234", "CAN-2004-0235");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200405-02
  20. (Multiple vulnerabilities in LHa)
  21.  
  22.  
  23.     Ulf Harnhammar found two stack overflows and two directory traversal
  24.     vulnerabilities in LHa version 1.14 and 1.17. A stack overflow occurs when
  25.     testing or extracting archives containing long file or directory names.
  26.     Furthermore, LHa doesn\'t contain sufficient protection against relative or
  27.     absolute archive paths.
  28.   
  29. Impact
  30.  
  31.     The stack overflows can be exploited to execute arbitrary code with the
  32.     rights of the user testing or extracting the archive. The directory
  33.     traversal vulnerabilities can be used to overwrite files in the filesystem
  34.     with the rights of the user extracting the archive, potentially leading to
  35.     denial of service or privilege escalation. Since LHa is often interfaced to
  36.     other software like an email virus scanner, this attack can be used
  37.     remotely.
  38.   
  39. Workaround
  40.  
  41.     There is no known workaround at this time. All users are advised to upgrade
  42.     to the latest available version of LHa.
  43.   
  44. References:
  45.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0234
  46.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0235
  47.  
  48.  
  49. Solution: 
  50.     All users of LHa should upgrade to the latest stable version:
  51.     # emerge sync
  52.     # emerge -pv ">=app-arch/lha-114i-r2"
  53.     # emerge ">=app-arch/lha-114i-r2"
  54.   
  55.  
  56. Risk Factor : High
  57. ';
  58.  script_description(english: desc);
  59.  script_copyright(english: "(C) 2004 Michel Arboi");
  60.  script_name(english: "[GLSA-200405-02] Multiple vulnerabilities in LHa");
  61.  script_category(ACT_GATHER_INFO);
  62.  script_family(english: "Gentoo Local Security Checks");
  63.  script_dependencies("ssh_get_info.nasl");
  64.  script_require_keys('Host/Gentoo/qpkg-list');
  65.  script_summary(english: 'Multiple vulnerabilities in LHa');
  66.  exit(0);
  67. }
  68.  
  69. include('qpkg.inc');
  70. if (qpkg_check(package: "app-arch/lha", unaffected: make_list("ge 114i-r2"), vulnerable: make_list("le 114i-r1")
  71. )) { security_hole(0); exit(0); }
  72.